make the first item at the very top of the screen

41

.fixedElement {
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}

Comments

Submit
0 Comments